Kernel-check the exact Section 8 decorated endpoint reference weight - #41
Draft
SamPetkov wants to merge 21 commits into
Draft
Conversation
This was referenced Jul 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This is the final closure-focused stacked PR above cumulative audit PR #39. It closes the exact full-endpoint normalization seam in Section VIII rather than adding a new proof direction.
The base is
agent/625-full-proof-audit-frontier; review PR #39 first. The branch also synchronizes the green q-only normalized-second-moment frontier from that base.Exact endpoint result
For one four-type full endpoint table
L, the repository had already formalized separately:This PR first combines their cross-multiplied cardinality identities:
It then attaches the common full-cell signed reward and ambient falling-factorial normalization. Because unrestricted product-of-quotients cancellation is invalid in
ENNReal, the local algebra is proved in cross-multiplied form and only positive finite natural-factorial casts are cancelled.The final kernel-checked theorem is
which states that summing over every block pairing and every full-cell physical stub matching with table
Lgives exactlyThus there is no missing symmetry factor and no duplicated factorial in the full-endpoint reference family.
Formal files
625/formalization/Erdos625/Section8EndpointDecoratedReferenceQuotient.lean625/formalization/Erdos625/Section8EndpointDecoratedReferenceWeight.lean625/formalization/Erdos625/Section8EndpointDecoratedReferenceIdentification.lean625/formalization/SECTION8_DECORATED_REFERENCE_QUOTIENT_AUDIT.md.github/workflows/erdos625-section8-decorated-reference-quotient.ymlPublic theorem chain
card_fourEndpointDecoratedBlockPairing_mul_denominatorcombines the block-pairing and local-stub cardinalities without division.ennreal_card_fourEndpointDecoratedBlockPairing_eq_quotientdivides only after proving the denominator nonzero and finite.sum_fourEndpointDecoratedReferenceAtomWeight_eq_quotientWeightattaches the common reward and ambient factor.fourEndpointLocalProduct_mul_stubFactorialProductproves the local product identity in cross-multiplied form.fourEndpointLocalProduct_eq_stubQuotient_mul_rewardperforms the justified cancellation.sum_fourEndpointDecoratedReferenceAtomWeight_eq_fourEndpointWidentifies the literal decorated sum with the manuscript reference weight.Remaining Section VIII boundary
The endpoint factorial calculation is now closed. The repository already contains
and proves that its output is endpoint-only, block-matching, and has the prescribed table. The remaining finite endpoint theorem is the reverse construction and the two round trips, or an equivalent weighted injectivity/surjectivity result identifying the decorated family with
FourEndpointPhysicalFibre.After that, the decisive nonendpoint theorem is the aggregate deficit reindexing: every attained canonical high physical skeleton must be summed over its endpoint block support, one allowed multiplicity deficit per selected cell, and the corresponding partial stub-matching fibre. The exact one-cell ratio and product majorant are already in the cumulative stack.
Literature update
The PR adds
625/audits/LITERATURE_UPDATE_2026-07-25.mdand updates both bibliography files. The search found several relevant antecedents missing from the current background:Theta(n/log n)generalized-hereditary-coloring framework;The audit also records the informal two-independent-graph reduction on the Erdős Problems forum, but does not treat it as a published theorem, and cautions against a novelty claim for the elementary generic restriction-product lemma without a dedicated coding/matroid literature review.
Validation
The focused workflow on commit
f5e72950800131f847d48953be2a8a4b134e47b4passed all gates:Section8EndpointDecoratedReferenceIdentificationunder Lean 4.31 and--wfail.PR #39's exact regression, focused Section VIII, focused Section IX frontier, and root Lean build are also green on its current head.
This PR remains draft because it does not yet prove the physical-fibre equivalence, the global deficit reindexing, Lemma 8.3, Proposition 9.2, or
Erdos625Statement.